home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 101_200 / DISK0163 / DISK0163.ZIP / SPSCN.DOC < prev    next >
Text File  |  1983-08-22  |  1KB  |  39 lines

  1.  
  2.      SPSCN (Space Scan)
  3.      Command
  4.     
  5.      --------------------------------------------------
  6.      Purpose:  This filter reads text from the standard
  7.                input and removes any blanks at the end 
  8.                of each line, it then writes the text to
  9.                the standard output.
  10.      
  11.  
  12.      Format:   SPSCN
  13.      
  14.      Type:     Internal  External
  15.                            ***
  16.      
  17.      Example:  SPSCN <texfile.doc >outfil.doc
  18.  
  19.                Will remove any extra blanks at the ends
  20.                of the lines in texfile.doc and place the
  21.                result in outfil.doc. Or,
  22.  
  23.                DEBUG fnam.com | SPSCN >fnam.lst
  24.                ( then press u and q)
  25.  
  26.                where fnam.com is some executable file 
  27.                that you wish to disassemble (see note
  28.                below).
  29.  
  30.      
  31.      Note:     SPSCN is particularly useful for cleaning
  32.                up files produced by capturing the output
  33.                of another program, such as debug, which
  34.                adds several spaces to the end of a line
  35.                of disassembled code.
  36.  
  37.      
  38.               Written by Michael Hanson
  39.